home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9103 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.modula3,comp.lang.c++,comp.lang.java
  4. Subject: Re: Java closer to Modula-3 than to C++
  5. Date: 28 Feb 1996 16:34:59 GMT
  6. Organization: Borland International
  7. Message-ID: <4h207j$eks@druid.borland.com>
  8. References: <31308FE2.167E@sophia.inria.fr> <3131D831.595C@icl.co.za> <DnG4AM.6Hs@cee.hw.ac.uk>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <DnG4AM.6Hs@cee.hw.ac.uk>, ceepb@cee.hw.ac.uk says...
  15. >
  16. >Kevin Berry (kevinb@icl.co.za) wrote:
  17. >
  18. >[lots of C++ compiler frustration cut]
  19. >
  20. >[Delphi compiler enthusiasm cut, excluding...]
  21. >
  22. >: 7. Only needs 8MB RAM.
  23. >
  24. >Well I have used a C++ compiler which runs on a 2MB
  25. >machine, and still has room for program code (and
  26. >the OS)!
  27. >
  28. >It doesn't compile all that quickly, but that is
  29. >because I am using it with two floppy disc drives
  30. >(no hard drive).
  31. >
  32. >Now what were you saying?
  33.  
  34. Now, now, the original posting raises a valid point. Pascal puts the burden on 
  35. the programmer to do a lot of the work that the compiler does in other 
  36. languages. That makes it easy to compile, which is why Pascal compilers can 
  37. be very fast, but it makes it hard to write. I once heard of a team of two 
  38. programmers working on a project in Pascal. One of them wrote the code, and 
  39. the other wrote the semicolons.
  40.  
  41.